bitkeeper revision 1.1590 (4299cc0csX0iKRxZs-S3QRYAtXSapQ)
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 29 May 2005 14:05:00 +0000 (14:05 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 29 May 2005 14:05:00 +0000 (14:05 +0000)
Fix default root Makefile target.
Signed-off-by: Keir Fraser <keir@xensource.com>
Makefile

index f8a5b17d8fc9047ac0180e6341b4e1426aa5b914..809a7150d9421192d93c0a6f26f1538e32cc7f1a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,14 +25,15 @@ SUBARCH := $(subst x86_32,i386,$(XEN_TARGET_ARCH))
 export XEN_TARGET_ARCH SUBARCH
 endif
 
+# Default target must appear before any include lines
+all: dist
+
 include Config.mk
 include buildconfigs/Rules.mk
 
 .PHONY:        all dist install xen tools kernels docs world clean mkpatches mrproper
 .PHONY:        kbuild kdelete kclean
 
-all: dist
-
 # build and install everything into the standard system directories
 install: install-xen install-tools install-kernels install-docs